home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2000 May / MacHome CD (May 2000).iso / Applications / EarthBrowser™ 1.0.3 / Data / Geofile / Clouds.gdx < prev    next >
Text File  |  1999-12-27  |  3KB  |  133 lines

  1. //
  2. // EarthBrowser - Clouds.gdx
  3. // Copyright 1999 Lunar Software Inc.
  4. //
  5.  
  6. <GEOINDEX VERSION=1 REFRESH=300>
  7.  
  8.  
  9.     // prototype of a class declaration
  10. <CLASS ID="GOESOverlay" SUPERCLASS="Overlay">
  11.     
  12.     <Variable>
  13.         satTransferType = 0;
  14.         satLowFilter = 30;
  15.         satHighFilter = 230;
  16.     </Variable>
  17.     
  18.         // constructor function
  19.     <Function>
  20.         SetCameraValues(camPhi, camTheta, focalLen, camDist) {
  21.             overlayCamPhi = camPhi;
  22.             overlayCamTheta = camTheta;
  23.             overlayCamFocalLen = focalLen;
  24.             overlayCamDist = camDist;
  25.         }
  26.     </Function>
  27.     
  28.     <Function>
  29.         SetSourceParams(oleft, otop, owidth, oheight) {
  30.             overlaySrcLeft = oleft;
  31.             overlaySrcTop = otop;
  32.             overlaySrcWidth = owidth;
  33.             overlaySrcHeight = oheight;
  34.         }
  35.     </Function>
  36.     
  37.     <Function>
  38.         SetDestCoords(llon, tlat, rlon, blat) {
  39.             overlayDestLeftLon = llon;
  40.             overlayDestTopLat = tlat;
  41.             overlayDestRightLon = rlon;
  42.             overlayDestBottomLat = blat;
  43.         }
  44.     </Function>
  45.         
  46. </Class>
  47.  
  48.         // Global Montage
  49. <Instance ID="SSECOverlay" CLASS="GOESOverlay">
  50.     objImageURL = "http://www.ssec.wisc.edu/data/comp/latest_cmoll.gif";
  51. //    SetSourceParams(12, 85, 616, 310);
  52.     SetSourceParams(12, 95, 610, 300);
  53.     SetDestCoords(60, 60, 180, -50);
  54.     overlayProjType = 2;
  55.     overlayLandAMMassDiff = 0;
  56.     overlayLandPMMassDiff = 0;
  57.     overlayLowFilter = 116;
  58.     overlayHighFilter = 135;
  59. </Instance>
  60.  
  61.         // GOES West
  62. <Instance ID="GWIROverlay" CLASS="GOESOverlay">
  63.     objImageURL = "http://goeshp.wwb.noaa.gov/FULLDISK/GWIR.JPG";
  64.     SetSourceParams(57, 14, 528, 450);
  65.     SetDestCoords(-180, 65, -101, -65);
  66.     overlayProjType = 3;
  67.     satTransferType = 1;
  68.     overlayLandAMMassDiff = 50;
  69.     overlayLandPMMassDiff = 35;
  70.     overlayLowFilter = 100;
  71.     overlayHighFilter = 230;
  72.     SetCameraValues(0.0, 2.353, 155.314, -5.6179);
  73. </Instance>
  74.  
  75.  
  76.         // GOES East
  77. <Instance ID="GEIROverlay" CLASS="GOESOverlay">
  78.     objImageURL = "http://goeshp.wwb.noaa.gov/FULLDISK/GEIR.JPG";
  79.     SetSourceParams(57, 14, 528, 450);
  80.     SetDestCoords(-101, 65, -20, -65);
  81.     overlayProjType = 3;
  82.     satTransferType = 1;
  83.     overlayLandAMMassDiff = 40;
  84.     overlayLandPMMassDiff = 35;
  85.     overlayLowFilter = 100;
  86.     overlayHighFilter = 230;
  87.     SetCameraValues(0.0, 1.30, 155.0, -5.6179);
  88. </Instance>
  89.  
  90.         // Meteosat
  91. <Instance ID="GMIROverlay" CLASS="GOESOverlay">
  92.     objImageURL = "http://goeshp.wwb.noaa.gov/FULLDISK/GMIR.JPG";
  93.     SetSourceParams(77, -2, 487, 487);
  94.     SetDestCoords(-20, 62, 60, -65);
  95.     overlayProjType = 3;
  96.     satTransferType = 1;
  97.     overlayLandAMMassDiff = 20;
  98.     overlayLandPMMassDiff = 35;
  99.     overlayLowFilter = 100;
  100.     overlayHighFilter = 230;
  101.     SetCameraValues(0.0, 0.0, 156.0, -5.6179);
  102. </Instance>
  103.  
  104.         // INODEX
  105. <Instance ID="GIIROverlay" CLASS="GOESOverlay">
  106.     objImageURL = "http://goeshp.wwb.noaa.gov/FULLDISK/GIIR.JPG";
  107.     SetSourceParams(135, 39, 403, 403);
  108.     SetDestCoords(60, 50, 110, -50);
  109.     overlayProjType = 3;
  110.     satTransferType = 1;
  111.     overlayLandAMMassDiff = 15;
  112.     overlayLandPMMassDiff = 35;
  113.     overlayLowFilter = 100;
  114.     overlayHighFilter = 230;
  115.     SetCameraValues(0.0, 5.18, 130.0, -5.6179);
  116. </Instance>
  117.  
  118.         // GMS
  119. <Instance ID="GGIROverlay" CLASS="GOESOverlay">
  120.     objImageURL = "http://goeshp.wwb.noaa.gov/FULLDISK/GGIR.JPG";
  121.     SetSourceParams(47, 0, 490, 545);
  122.     SetDestCoords(110, 50, 180, -50);
  123.     overlayProjType = 3;
  124.     satTransferType = 1;
  125.     overlayLandAMMassDiff = 15;
  126.     overlayLandPMMassDiff = 35;
  127.     overlayLowFilter = 100;
  128.     overlayHighFilter = 220;
  129.     SetCameraValues(0.0, 3.839, 138.0, -5.6179);
  130. </Instance>
  131.  
  132. </GEOINDEX>
  133.